github.com/klauspost/compress/internal/snapref.Reader.readFull (method)

7 uses

	github.com/klauspost/compress/internal/snapref (current package)
		decode.go#L111: func (r *Reader) readFull(p []byte, allowEOF bool) (ok bool) {
		decode.go#L123: 		if !r.readFull(r.buf[:4], true) {
		decode.go#L150: 			if !r.readFull(buf, false) {
		decode.go#L183: 			if !r.readFull(buf, false) {
		decode.go#L193: 			if !r.readFull(r.decoded[:n], false) {
		decode.go#L209: 			if !r.readFull(r.buf[:len(magicBody)], false) {
		decode.go#L228: 		if !r.readFull(r.buf[:chunkLen], false) {